tree model sort: Fix set_sort_column
authorMatthias Clasen <mclasen@redhat.com>
Tue, 16 Jan 2018 23:16:21 +0000 (18:16 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 16 Jan 2018 23:19:10 +0000 (18:19 -0500)
commit53bc2566b32c978a6fa2f9b7cb2e8c66b9db1748
tree6ccca60e3a9493170a2397fa4e03f186c9fb9c31
parente1aeb73a623acc9efccdc4fd3bd2ecab33500261
tree model sort: Fix set_sort_column

We were failing to change the sort order for the
default sort column in some cases. Fix that, and
add a testcase for this issue.

https://bugzilla.gnome.org/show_bug.cgi?id=792459

Add a testcase for the previous fix
gtk/gtktreemodelsort.c
testsuite/gtk/sortmodel.c